ActiveReports 12
ToItemCollection<T>(IEnumerable<T>) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ItemCollectionExtensions Class > ToItemCollection Method : ToItemCollection<T>(IEnumerable<T>) Method
The items type.
The seq.
Wraps the list to item collection.
Syntax
'Declaration
 
Public Overloads Shared Function ToItemCollection(Of T)( _
   ByVal seq As IEnumerable(Of T) _
) As IItemCollection(Of T)
public static IItemCollection<T> ToItemCollection<T>( 
   IEnumerable<T> seq
)

Parameters

seq
The seq.

Type Parameters

T
The items type.
See Also

Reference

ItemCollectionExtensions Class
ItemCollectionExtensions Members
Overload List